home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / mcadam1.zip / MCD.ZIP / MCADAM / HPGL.DOC < prev    next >
Text File  |  1993-06-02  |  5KB  |  134 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                       MICRO CADAM HPGL.SYS DRIVER
  7.  
  8.                             October 17, 1988
  9.  
  10.  Hewlett Packard Graphics Language Driver
  11.                                       
  12.  INTRODUCTION:
  13.  Note: The following information pertains to the HPGL.SYS driver 
  14.        dated 9/7/88 with a filesize of 2701, and its successors.
  15.  
  16.  This driver can be used to create Hewlett Packard Graphic 
  17.  Language (HPGL) plot files or direct HPGL output to a valid DOS 
  18.  device names. HPGL plot files are acceptable input to many 
  19.  desktop publishing systems, such as Aldus' Pagemaker and Xerox's 
  20.  Ventura Publisher. HPGL plot files can also be plotted on MICRO 
  21.  CADAM supported plotters which accept the HPGL format. By 
  22.  utilizing plot files, customers have the ability to make use of 
  23.  dedicated plot workstations, third-party spooling or plot 
  24.  buffering programs, or network plot capabilities. These plot 
  25.  files could also be beneficial for plot service companies. 
  26.  Additionally, they facilitate electronic data exchange between 
  27.  companies where the receiving company is allowed the resulting 
  28.  hardcopy, but it is not desirable for them to have the actual, 
  29.  modifiable electronic form of the drawing. Plotting HPGL direct 
  30.  to a parallel port frees up the workstation many times faster 
  31.  than plotting via serial port communications. The JDL-850 GL+ 
  32.  plotter/printer is one device which has the ability to accept 
  33.  parallel HPGL input.
  34.  
  35.  The HPGL.SYS driver is installed in the config.sys file in the 
  36.  root directory of the workstation's c: drive by using the 
  37.  following statement:
  38.  
  39.                     device=c:\mcadam\hpgl.sys
  40.  
  41.  The HPGL.SYS driver should be the only output device driver 
  42.  installed in the config.sys file. For more information on 
  43.  installation please refer to the MICRO CADAM Installation Guide.
  44.  
  45.  
  46.  DRIVER SPECIFIC INFORMATION:
  47.  The HPGL.SYS driver recognizes the following environmental 
  48.  variables:
  49.                                        
  50.                         SET PAPER_SIZE=wxh
  51.                                       
  52.  Where w is the width of the paper in whole number of inches and h 
  53.  is the height of the paper in whole number of inches. For best 
  54.  results w and h should correspond to the width and height values 
  55.  of a particular MICRO CADAM model's plot data.
  56.  
  57.  
  58.  
  59.                            SET UNITS=mm
  60.  
  61.  This changes the PAPER_SIZE units from inches to millimeters.
  62.  
  63.                          SET PLOT_ID=xxxx
  64.                                       
  65.  Where xxxx is the Hewlett Packard model number of the targeted 
  66.  plotter. Valid PLOT_ID's are 7440, 7470, 7475, 7550, 7580, and 
  67.  7586. The resulting plot files are not restricted to these model 
  68.  plotters as the Hewlett Packard plotters are divided into 
  69.  families by number of available plotter pens, size of media 
  70.  supported, location of the origin, etc.
  71.  
  72.  If PLOT_ID is set equal to 7586, the driver recognizes the 
  73.  additional environmental variable:
  74.  
  75.                           SET NFRAMES=x
  76.  
  77.  Where x is the number of 45 inch long frames desired. Using 
  78.  NFRAMES provides the capability to do long plots or multiple 
  79.  frame plots. Techniques used to achieve long plots result in 
  80.  loss of resolution of the plot which is proportional to the 
  81.  number of NFRAMES. Therefore the smallest number of frames 
  82.  required to fit the entire drawing should be used.
  83.  
  84.                           SET FLAGGING=x
  85.  
  86.  This enables XON/XOFF protocol during file transfers to the 
  87.  plotter. This is useful for systems that do not support the 
  88.  default protocol which is direct control. Systems with UNIX or 
  89.  XENIX based file servers is one case where this ability may be 
  90.  beneficial.
  91.  
  92.  Any of the environmental variables discussed above may be added 
  93.  to the autoexec.bat file in the root directory of the 
  94.  workstation's c: drive or may be entered at any time from the DOS 
  95.  prompt. Typing SET followed by the ENTER key will display all 
  96.  current DOS environment settings.
  97.  OPERATION FOR CREATING HPGL PLOT FILES:
  98.  1. Create your MICRO CADAM drawing as usual.
  99.  
  100.  2. Place plot data on the drawing.
  101.  
  102.  3. Log off MICRO CADAM.
  103.  
  104.  4. Now key in plot to bring up the MICRO CADAM plotting program.
  105.  
  106.  5. Key in the group, user in which the desired drawing resides.
  107.  
  108.  6. Call and select the desired drawing or key in the drawing 
  109.  name.
  110.  
  111.  7. Wait until the plot screen returns.
  112.  
  113.  8. Log off the plotting program.
  114.  
  115.  9. Check your current directory for a file with a name in the 
  116.  following            format:
  117.  
  118.                             pltfile.n
  119.  
  120.  Where n is a number, ie. 1,2,3 etc. Each time you run the plot 
  121.  program with HPGL driver, the file number is incremented by one.
  122.  
  123.  
  124.  OPERATION FOR REDIRECTION OF HPGL OUPUT
  125.  Use the additional DOS environmental variable 
  126.  
  127.                         SET HPGL=filename
  128.  
  129.  to direct the HPGL output to any valid DOS filename including DOS 
  130.  device names, such as LPT1, LPT2, LPT3, COM1, COM2. All the 
  131.  aforementioned environmental variables are still valid in this 
  132.  mode. 
  133. 
  134.